home *** CD-ROM | disk | FTP | other *** search
- object albumname: Talbumname
- Left = 441
- Top = 382
- BorderStyle = bsDialog
- Caption = 'New Album'
- ClientHeight = 118
- ClientWidth = 312
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 297
- Height = 33
- AutoSize = False
- Caption = 'Label1'
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 8
- Top = 48
- Width = 297
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- OnKeyPress = Edit1KeyPress
- end
- object RxSplitter1: TRxSplitter
- Left = 8
- Top = 80
- Width = 297
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- Enabled = False
- end
- object Button1: TButton
- Left = 144
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 224
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-